From: Bartosz DziewoƄski Date: Tue, 28 Jul 2015 22:18:39 +0000 (+0200) Subject: HTMLForm: Correct documentation X-Git-Tag: 1.31.0-rc.0~10588^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=deb0bd858ad815f7e0288c37a02258cf8ff7ab73;p=lhc%2Fweb%2Fwiklou.git HTMLForm: Correct documentation Change-Id: I84f4d886907b2ae988956563fda48e78afb3cfa6 --- diff --git a/includes/htmlform/HTMLForm.php b/includes/htmlform/HTMLForm.php index b10d789344..ac064bc0ec 100644 --- a/includes/htmlform/HTMLForm.php +++ b/includes/htmlform/HTMLForm.php @@ -76,10 +76,10 @@ * 'size' -- the length of text fields * 'filter-callback -- a function name to give you the chance to * massage the inputted value before it's processed. - * @see HTMLForm::filter() + * @see HTMLFormField::filter() * 'validation-callback' -- a function name to give you the chance * to impose extra validation on the field input. - * @see HTMLForm::validate() + * @see HTMLFormField::validate() * 'name' -- By default, the 'name' attribute of the input field * is "wp{$fieldname}". If you want a different name * (eg one without the "wp" prefix), specify it here and